projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0020dbc
)
(Man-init-defvars): Fix case in a char set range.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Feb 1997 17:42:19 +0000
(17:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Feb 1997 17:42:19 +0000
(17:42 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 551aad8234638cc3a8505a90d93cf3ede869169c..5d405ad4ba2401f6e9f21a4285450d8ea9a9816c 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-354,7
+354,7
@@
This is necessary if one wants to dump man.el with emacs."
"-e '/^[ \t]*Page[ \t][0-9]*.*(printed[ \t][0-9\\/]*)$/d'"
"-e '/^Printed[ \t][0-9].*[0-9]$/d'"
"-e '/^[ \t]*X[ \t]Version[ \t]1[01].*Release[ \t][0-9]/d'"
- "-e '/^[A-
z
a-z].*Last[ \t]change:/d'"
+ "-e '/^[A-
Z
a-z].*Last[ \t]change:/d'"
"-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'"
"-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'"
"-e '/^[ \t]*Rev\\..*Page [0-9][0-9]*$/d'"